-
@Serializable() public final class CheckoutPage
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerdelayAfterCouponMsprivate final IntegerdelayBetweenCouponMsprivate final StringinsertedAtprivate final Stringpathprivate final StringproviderRefprivate final BooleanreloadOnApplyprivate final BooleanreloadOnRemoveprivate final StringrootDomainprivate final StringselectorCouponApplyButtonprivate final StringselectorCouponErrorprivate final StringselectorCouponInputprivate final StringselectorCouponRemoveButtonprivate final StringselectorCouponSuccessprivate final StringselectorOrderTotalElementprivate final StringupdatedAt
-
Constructor Summary
Constructors Constructor Description CheckoutPage(Integer delayAfterCouponMs, Integer delayBetweenCouponMs, String insertedAt, String path, String providerRef, Boolean reloadOnApply, Boolean reloadOnRemove, String rootDomain, String selectorCouponApplyButton, String selectorCouponError, String selectorCouponInput, String selectorCouponRemoveButton, String selectorCouponSuccess, String selectorOrderTotalElement, String updatedAt)
-
Method Summary
Modifier and Type Method Description final IntegergetDelayAfterCouponMs()final IntegergetDelayBetweenCouponMs()final StringgetInsertedAt()final StringgetPath()final StringgetProviderRef()final BooleangetReloadOnApply()final BooleangetReloadOnRemove()final StringgetRootDomain()final StringgetSelectorCouponApplyButton()final StringgetSelectorCouponError()final StringgetSelectorCouponInput()final StringgetSelectorCouponRemoveButton()final StringgetSelectorCouponSuccess()final StringgetSelectorOrderTotalElement()final StringgetUpdatedAt()-
-
Constructor Detail
-
CheckoutPage
CheckoutPage(Integer delayAfterCouponMs, Integer delayBetweenCouponMs, String insertedAt, String path, String providerRef, Boolean reloadOnApply, Boolean reloadOnRemove, String rootDomain, String selectorCouponApplyButton, String selectorCouponError, String selectorCouponInput, String selectorCouponRemoveButton, String selectorCouponSuccess, String selectorOrderTotalElement, String updatedAt)
-
-
Method Detail
-
getDelayAfterCouponMs
final Integer getDelayAfterCouponMs()
-
getDelayBetweenCouponMs
final Integer getDelayBetweenCouponMs()
-
getInsertedAt
final String getInsertedAt()
-
getProviderRef
final String getProviderRef()
-
getReloadOnApply
final Boolean getReloadOnApply()
-
getReloadOnRemove
final Boolean getReloadOnRemove()
-
getRootDomain
final String getRootDomain()
-
getSelectorCouponApplyButton
final String getSelectorCouponApplyButton()
-
getSelectorCouponError
final String getSelectorCouponError()
-
getSelectorCouponInput
final String getSelectorCouponInput()
-
getSelectorCouponRemoveButton
final String getSelectorCouponRemoveButton()
-
getSelectorCouponSuccess
final String getSelectorCouponSuccess()
-
getSelectorOrderTotalElement
final String getSelectorOrderTotalElement()
-
getUpdatedAt
final String getUpdatedAt()
-
-
-
-